crypto/tls.encryptedExtensionsMsg.alpnProtocol (field)
7 uses
crypto/tls (current package)
handshake_client_tls13.go#L399: if err := checkALPN(hs.hello.alpnProtocols, encryptedExtensions.alpnProtocol); err != nil {
handshake_client_tls13.go#L403: c.clientProtocol = encryptedExtensions.alpnProtocol
handshake_messages.go#L843: alpnProtocol string
handshake_messages.go#L855: if len(m.alpnProtocol) > 0 {
handshake_messages.go#L860: b.AddBytes([]byte(m.alpnProtocol))
handshake_messages.go#L901: m.alpnProtocol = string(proto)
handshake_server_tls13.go#L558: encryptedExtensions.alpnProtocol = selectedProto
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)